home *** CD-ROM | disk | FTP | other *** search
/ GRAVIS Top 100 #5 / GRAVIS CD No5_Herbst_95.cdr / Apple / InfoAlley / InfoAlley.V2.Iss08.text / InfoAlley.V2.Iss08.txt.2of2 < prev   
Text File  |  1995-08-07  |  18KB  |  249 lines

  1. 07August95-Information Alley,v2,Iss08-2 of 2 
  2. ========================================== 
  3. The "Information Alley", Volume 2, Issue 8 -- August 7, 1995 
  4. Copyright 1994-95, Apple Computer, Inc.
  5.  
  6. The "Information Alley" is a publication of Apple Computer, Inc., Support Information Services. It is available to all Apple customers and Apple computer users through a variety of online services.
  7.  
  8. The goal of the "Information Alley" is to help Apple computer users get full use of their Apple computers, peripherals, and software.  Feel free to distribute the "Information Alley" to anyone.
  9.  
  10. The "Information Alley" is published in these formats: Adobe Acrobat 2.0, No Hands Common Ground, and SeText.  Please note you must download the Acrobat reader separately and that the Acrobat reader requires 2.5 MB of RAM.  The Common Ground reader requires 1 MB of RAM.
  11.  
  12. Contents of Part 1 of 2 
  13. ----------------------- 
  14. Thoughts From the Alley Cat -- Font Problem Found and Fixed
  15. Apple Software Updates Information Available via email
  16. New Color StyleWriter Pro Black Ink Cartridge
  17. Power Macintosh 9500 -- Video Blinking at Startup
  18. Energy Saving Control Panels
  19. Starting Your Performa From a CD-ROM Disc
  20. Using the Chinese Language Kit on a Power Macintosh 9500 Series Computer
  21. QuickDraw GX 1.1.2 -- Desktop Printer Icons Do Not Stay Put
  22. Printing White Text on Black from HyperCard in QuickDraw GX     
  23.  
  24. Contents of Part 2 of 2 (this document) 
  25. ---------------------------------------
  26. Disk/Disk or Directory/Directory Copy Between AWS 95 and A/UX
  27. Apple Open Transport
  28. AppleShare 4.1 Update Kit Information
  29. Slow External Mouse on a PowerBook 500 Series Computer
  30. Apple LaserWriters -- Screen Frequency and Gray Levels
  31. Extra Floppy Disk Shows in the Main Window When Using Disk First Aid 
  32.  
  33.  
  34. Disk/Disk or Directory/Directory Copy Between AWS 95 and A/UX
  35. -------------------------------------------------------------
  36. By Antonio Ordonez
  37.  
  38. This article describes how to copy all the files in the root (/) partition between an Apple Workgroup Server 95 and A/UX, without loosing access privileges and without having to recreate the /dev directory. The following commands create a duplicate of the directory structure of the source drive onto the target drive. You can also use this command sequence to copy a directory tree from one directory to another.
  39.  
  40. * To Copy The Complete Contents Of A Partition
  41.  
  42. Complete the steps in the following table while logged in as root:
  43.  
  44. Step 1
  45. Mount the partition you want to copy to (target) on /mnt: 
  46.  
  47. mount /dev/dsk/c5d0s0 /mnt 
  48.  
  49. NOTE: Replace SCSI ID and partition as appropriate.
  50.  
  51. Step 2
  52. Go to the / directory: 
  53.  
  54. cd /
  55.  
  56. Step 3
  57. Perform the copy preventing the copy from becoming recursive and without overwriting the lost+found directory in the target partition: 
  58.  
  59. find . -print | grep -v /mnt | grep -v /lost+found | cpio -pdlmuv /mnt
  60.  
  61. Step 4
  62. Create the mnt directory in /mnt: 
  63.  
  64. mkdir /mnt/mnt 
  65. chmod 777 /mnt
  66.  
  67. Step 5
  68. Unmount the target disk and perform an fsck: 
  69.  
  70. umount /mnt 
  71. fsck /dev/dsk/c5d0s0
  72.  
  73.  
  74. Now you have a copy of the source drive, complete with the /dev directory.
  75.  
  76. * To Create a Duplicate of a Directory Structure
  77.  
  78. Step 1
  79. Go to the directory containing the source directory to be copied: 
  80.  
  81. cd /a_directory
  82.  
  83. Step 2
  84. Perform the copy of the source_dir to the directory where you want the source_dir structure to be moved to: 
  85.  
  86. find source_dir -print | cpio -pdlmuv /target_dir
  87.  
  88.  
  89. This results in a directory called source_dir inside of target_dir.
  90.  
  91.  
  92. Apple Open Transport
  93. --------------------
  94. By Fred Widmer
  95.  
  96. Open Transport provides individual computer users with many benefits. Two of the most visible and important benefits relate to making networking more accessible:
  97.  
  98. * Ease of Switching Network Configurations
  99.  
  100. Open Transport makes it easy to switch from one network 
  101. configuration to another. A computer user "on the go" might want 
  102. to connect to the Internet in various locations, each requiring a different network configuration. With Open Transport, settings for each network location can be stored for easy access and use. Changed settings are available immediately – no restart of the computer is required to use the new configuration.
  103.  
  104. * Integrated Online Help
  105.  
  106. Open Transport integrates online help, based on Apple Guide technology, to make it easier for an individual to connect to a network, with fewer demands on network manager and support resources.
  107. Open Transport provides significant new flexibility in setting up network configurations. A network manager can recommend or require configuration settings for users on the network, or allow users to determine their own settings.
  108.  
  109. Open Transport also improves support for centralized configuration management. For example, Open Transport/TCP supports the Dynamic Host Configuration Protocol (DHCP), letting network managers administer addressing and other TCP/IP configuration information from a central server.
  110.  
  111. Open Transport makes it easier and more cost-effective to develop Macintosh-based applications for a wide variety of customers. With Open Transport, the Mac OS has built-in networking and communications based on cross-platform industry standards, including the POSIX compliant X/Open Transport Interface (XTI), Unix STREAMs and Data Link Provider Interface (DLPI). Applications written to support Open Transport can directly support a wide range of networking environments (serial, dial-up network, LAN, and WAN), and multiple protocols (AppleTalk, TCP/IP, serial, and others) from a common code base.
  112.  
  113. * Questions and Answers About Performance
  114.  
  115. Question: Is Open Transport native on Power Macintosh? Does this make networking faster?
  116.  
  117. Answer: Open Transport is written to take advantage of the PowerPC processor -- it is native code. This provides the necessary foundation for increased networking performance in the Mac OS. To realize performance gains, however, it is equally important that networking applications also be accelerated for Power Macintosh, and that applications adopt the new Open Transport XTI-based programming interfaces.
  118.  
  119. The built-in "backward compatibility" support for existing AppleTalk and TCP/IP applications continues, for technical reasons, to run as 680x0 code in emulation on Power Macintosh. This protects a customer's investment in networking applications, but also obscures underlying performance increases from the native protocol implementations.
  120.  
  121.  
  122. Question: When will new or updated applications that support the native Open Transport APIs become available?
  123.  
  124. Answer: Some new applications and updated versions of existing applications are native and use Open Transport now. More will be shipping this year. Contact the specific third-party vendor for more details on their product release plans.
  125.  
  126.  
  127. Question: How much faster will native Open Transport applications be?
  128.  
  129. Answer: Networking performance is influenced by many factors. Customers will see the highest performance networking when using Power Macintosh native applications that fully support Open Transport APIs. Performance will be greater with protocols that use larger datagram sizes—such as TCP/IP—than with AppleTalk (which has a fixed and limited datagram size). On high-speed datalinks (such as fast Ethernet, FDDI, and ATM), the performance of the network interface card (NIC) driver code is also a significant factor. Comparative shopping for NICs – based on price, service, reliability, and performance -- will be in order.
  130.  
  131. Open Transport v1.0 - running on the built-in Ethernet of the Power Macintosh 9500 – has been clocked at 9,300 Kbps throughput using low-level TCP/IP benchmarks. A pre-release version of a third party Open Transport-native implementation of 'nfs' protocols was benchmarked at 8,400 Kbps. Both figures approach theoretical maximum performance for 10 Mbps Ethernet. AppleTalk performance is somewhat lower, with low-level benchmarking coming in at a bit over 7,500 Kbps throughput.
  132.  
  133.  
  134. Question: Does the new native code include Ethernet drivers for Macintosh onboard Ethernet adapters?
  135.  
  136. Answer: The Power Macintosh 9500 ships with a new native DLPI Ethernet driver for built-in Ethernet. Future PCI bus Macintosh computers also include native Ethernet drivers. Power Macintosh 61xx/71xx/81xx models currently have 680x0-based drivers; these should be updated to native drivers in the first half of 1996.
  137.  
  138.  
  139. Question: What about high-speed networking connections like fast Ethernet, ATM, and FDDI?
  140.  
  141. Answer: The Open Transport engineering team is working with NIC developers to create high-performance DLPI drivers for high-speed datalinks. This is a cooperative effort, with some work remaining on both driver code and on Open Transport. We expect that high-speed datalink NIC drivers based on Open Transport v1.1 will be fully competitive with other PCI networking products. Of course, performance tuning will be an ongoing priority, as Apple intends to always offer a platform capable of industry leading network performance.
  142.  
  143.  
  144. Question: Will developers ship NICs for fast Ethernet, FDDI, or ATM based on Open Transport v1.0, or will they wait for the performance tuning planned for v1.1?
  145.  
  146. Answer: Each developer will make an independent decision to bring their product to market at such time as they are satisfied with the combined performance and reliability of their product with Open Transport.
  147.  
  148.  
  149. AppleShare 4.1 Update Kit Information
  150. -------------------------------------
  151. By Terrie Beloin
  152.  
  153. AppleShare 4.1 is the latest release of AppleShare for the Mac OS. It is also the fastest AppleShare ever. While AppleShare 4.1 is not PowerPC native, it is tuned to run on PowerPC-based systems and will not install or run on 68K-based Macintosh computers.
  154.  
  155. AppleShare 4.1 runs, on average, 75% faster than AppleShare 4.0.2 on a similarly configured Power Macintosh or Workgroup Server. All performance data for AppleShare 4.1 is based on a set of internal benchmarks performed by Apple. These benchmarks consist of a variety of Finder copy operations under varying server load conditions.
  156.  
  157. AppleShare 4.1 requires System 7.5 on the server to run and requires System 7.5 and the new AppleShare Workstation 3.6 (included with AppleShare 4.1) on the client systems to achieve the performance gains detailed above. However, AppleShare 4.1 is compatible with older versions of the AppleShare Workstation software and AppleShare Workstation 3.6 is compatible with older versions of the AppleShare server software.
  158.  
  159. * How to Order the AppleShare 4.1 Update Kit
  160.  
  161. Customers in the U.S. wanting to upgrade from AppleShare 4.0, 4.0.1 or 4.0.2 to AppleShare 4.1 need to obtain the AppleShare 4.1 Update Kit (proof of 4.0.x purchase is required). The update can be obtained by calling the Apple Order Center at 1-800-769-2775 x7851. This program began April 24, 1995 and ends December 29, 1995. Orders must be postmarked by December 29, 1995.
  162.  
  163.   - Customers running AppleShare 4.0.2 on a PowerPC-based Workgroup Server (6150, 8150, or 9150) will receive the AppleShare 4.1 Update Kit for a $15 shipping/handling charge only. These customers will also receive the Workgroup Server Software Update Kit containing System 7.5.1 for Workgroup Servers and Apple RAID 1.0.2.
  164.  
  165.   - Customers running AppleShare 4.0, 4.0.1 or 4.0.2 on a 68040 or Power Macintosh will receive the AppleShare 4.1 Update Kit for $199 + $15 shipping/handling.
  166.  
  167. The AppleShare 4.1 Update Kit contains the complete AppleShare 4.1 software but no serial number. Customers must use their existing AppleShare 4.0.x serial number to activate the server. The AppleShare 4.1 Update Kit will be included with the Workgroup Server 8150/110 and 9150/120 Logic Board Upgrades.
  168.  
  169. Outside the U.S., customers should contact their local Apple reseller or representative for information on upgrading to AppleShare 4.1 in their local language.
  170.  
  171. * AppleShare 4.0.2 and 3.0.1 Continued Availability
  172.  
  173. Customers wanting to repurpose an existing Quadra (or other 68040-based Macintosh) as an AppleShare server can do so by purchasing AppleShare 4.0.2 from their Apple Reseller. AppleShare 4.0.2 is designed for 68040-based Macintosh computers only and will not install or run on PowerPC-based systems. AppleShare 3.0.1 continues to be available for Macintosh computers with a 68030 or earlier processor.
  174.  
  175. For more information on AppleShare and Workgroup Servers, customers can contact the Apple Network Information Hotline at 408/862-3385 or send email to:
  176.  
  177. abs.netinfo@applelink.apple.com. 
  178.  
  179. World Wide Web access is available at:
  180.  
  181. http://abs.apple.com
  182.  
  183.  
  184. Slow External Mouse on a PowerBook 500 Series Computer
  185. ------------------------------------------------------
  186. By David Lake
  187.  
  188. This article describes what is happening when you connect an external mouse to a PowerBook 540c and the mouse tracks slowly (even if the Mouse control panel is set to Fast). 
  189.  
  190. It is very important that you do not plug the mouse into the ADB port when the computer is "powered on". This may damage the ADB port or mouse. However, it is safe to plug in the ADB device when the Macintosh PowerBook 540c is in the sleep mode.
  191.  
  192. Plugging in a mouse device on any Macintosh computer while the unit is powered on can result in slow mouse (cursor) movement and possible damage to the ADB port. In addition, the Macintosh PowerBook 500 series computers have two control panels influencing the speed of movement of the cursor: the Trackpad and Mouse. Their settings are related to each other. When you make a change in the Trackpad control panel, the Mouse control Panel also changes.
  193.  
  194. Check to make sure the Trackpad and Mouse control panels are set to the same speed. Open the Mouse control panel and click on the speed you want, even if the speed is already selected. By clicking on the speed you will be sure to save that setting. Do the same for the Trackpad control panel.
  195.  
  196.  
  197. Apple LaserWriters -- Screen Frequency and Gray Levels
  198. ------------------------------------------------------
  199. By Darron Spohn
  200.  
  201. This article discusses customizing printer halftones, screen frequency, and gray levels for optimum output.
  202.  
  203. Determining the optimal relationship between gray levels and screen frequency is quite simple once you understand a few basic concepts of laser printers. Like computers, laser printers understand only two values: on and off (black and white). They simulate grays by varying the amount of dots within a certain area, called a halftone grid. Halftones are made of grids, just like the paper used to graph functions in trigonometry. To create a halftone, laser printers place dots within each cell on the grid. The screen frequency (which is a misnomer these days, but we still use the term leading when talking about the space between lines of text) determines the size of each cell in the grid.
  204.  
  205. Most laser printers can produce only a given size dot, however Photograde is the exception. Because the dot size is fixed and increasing the line frequency decreases the size of each cell, the gray levels which can be produced are inversely proportional to the line frequency. Visualize a grid and keep in mind only so many dots can be placed on a region of paper. In a 600 dpi printer, such as a LaserWriter Select 360, the dpi does not vary, but you can vary the size of the grid. Because printers produce grays by varying the amount of dots within each halftone cell, making the cells smaller will allow fewer grays in your halftone. The following formula lets you easily determine how many grays you can get for a given resolution and screen frequency with an angle of 0 degrees.
  206.  
  207. (Output Resolution / Screen Frequency)^2 + 1 = Gray Levels
  208.  
  209. For example, consider the LaserWriter Select 360.
  210.  
  211. (600 dots per inch / 100 lines per inch)^2 + 1 = 61 Gray Levels
  212.  
  213. With a little juggling, you can also use this formula to determine what screen frequency yields a desired level of grays. For a bit easier calculation, simply divide the dots per inch by the square root of the grays levels to determine the screen frequency:
  214.  
  215. Dots Per Inch times / sqrt(Gray Levels) = Screen Frequency
  216.  
  217. Staying with the Select 360 example, if you want 100 gray levels:
  218.  
  219. 600 / sqrt(100) = 60
  220.  
  221. Again, you can rearrange this formula to calculate different variables. Keep in mind Postscript is limited to 256 shades of gray, so your largest divisor in the preceding formula will be 16. Even for high-end work though, Postscript does an excellent job. Plug a 150 line screen into the formula and you will see you need a 2,400 dpi printer to produce 256 grays.
  222.  
  223. The discussion above holds true for fixed resolution printers, but Photograde changes the rules by varying the timing of the laser pulses to vary the size of the dots within each cell. The LaserWriter Pro 600/630, Select 300 and IIf/IIg use Photograde technology. Photograde is capable of producing 91 levels of grays using a 106 line screen at 300 dpi. This is sufficient for proofing photographs and low-quality newsletter output.
  224.  
  225. Also keep in mind 300 dpi and 600 dpi laser printers cannot replace imagesetters or traditional darkroom halftones. Some 1,200 dpi laser printers can produce acceptable halftones for reproducing on newsprint, but users will have to experiment with dot shape and line angle to determine what works best with their particular printer and press. The best solution is to output final copy directly to film on an imagesetter and use laser printers for proofing.
  226.  
  227.  
  228. Extra Floppy Disk Shows in the Main Window When Using Disk First Aid
  229. --------------------------------------------------------------------
  230. By Joe Azzato and Rick McClain
  231.  
  232. There have been reports of a problem using Disk First Aid 7.2 after starting up from Disk Tools. When Disk First Aid's main window opens you see the Disk Tools disk on the Internal Floppy Drive, the SCSI ID 0 for the hard drive, and a third floppy disk named "unknown disk". 
  233.  
  234. This issue has been occasionally reported to occur on PowerBooks. You should first make sure you do not have a RAM disk turned on in the memory control panel. To remove the extra floppy icon, you must reset your parameter ram using the following procedure:
  235.  
  236. Step 1
  237. Restart your computer.
  238.  
  239. Step 2
  240. After you hear the startup chime hold down the Command, Option, P, and R keys on the keyboard.
  241.  
  242. Step 3
  243. Continue holding these keys down until you hear a second startup chime.
  244.  
  245.  
  246. When you restart with the Disk Tools disk and run Disk First Aid, the extra floppy will be gone. 
  247.  
  248.  
  249. *** End of Part 2 of 2, Information Alley, Volume 2, Issue 8, 7 August 95 ***